home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 19
/
CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso
/
CUCD
/
Programming
/
LEDA
/
Examples
/
LaunchClient
next >
Wrap
Text File
|
1994-11-16
|
373b
|
11 lines
; Start XClients for DaggeX 1.0b from WB or SHELL
; OS 3.x required (Because of 'RequestFile' command)
RequestFile >env:dgxchoice TITLE "Choose Client for DaggeX" NOICONS
IF NOT EQ $dgxchoice
changetaskpri 0
echo "Starting XClient $dgxchoice"
; use `run <NIL: >NIL: xfig' if you want to close the shell later
run $dgxchoice
ENDIF
; Gerhard Leibrock, November 1994